home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / gallery.dir / 00131_Script_ricochet < prev    next >
Text File  |  1998-04-28  |  242b  |  11 lines

  1. on mousedown
  2.   puppetsound(1) "click"
  3.   repeat while soundbusy(1) 
  4.     set the visible of sprite (the clickon - 42) to false
  5.     updatestage    
  6.   end repeat
  7.   set the visible of sprite (the clickon - 42) to true
  8.   updatestage
  9. end
  10.  
  11.